@echo off
REM GONet Network Simulation - LAN Preset
REM Simulates: 2ms latency, 1ms jitter, 0% loss
REM Auto-detect determines if this instance is server or client
REM Rename to .bat and change GONetSandbox.exe to your game name
REM
REM IMPORTANT: Network simulation only works in DEVELOPMENT BUILDS or the Unity Editor!
REM            These arguments are ignored in Release builds (compiled out for zero overhead).
START GONetSandbox.exe -netsim-preset lan
